| Name | Description | |
|---|---|---|
![]() | getCertificate | Gets the X.509 certificate. |
![]() | getCertificateChain | Gets the certificate chanin. |
![]() | getExtensionValue | Get the value of the specified extension. |
![]() | getIssuer | Gets the certificate's issuer. |
![]() | getIssuerEncoded | Gets the DER encoded issuer name. |
![]() | getNotAfter | Gets the end date of the certificate's validity period. |
![]() | getNotBefore | Gets the start date of the certificate's validity period. |
![]() | getPrivateKey | Gets the private key associated with this certificate. (Inherited from com.o2sol.pdf4java.digitalsignatures.PDFX509Certificate) |
![]() | getPublicKey | Gets the DER encoded public key. |
![]() | getPublicKeyOid | Gets the OID of the public key. |
![]() | getSerialNumber | Gets the certificate's serial number. |
![]() | getSubject | Gets the certificate's subject. |
![]() | getSubjectEncoded | Gets the DER encoded subject name. |
![]() | getVersion | Gets the certificate's version. |
![]() | toString | Converts the object to string representation. |
